func errors.is

3 uses

	errors (current package)
		wrap.go#L50: 	return is(err, target, isComparable)
		wrap.go#L53: func is(err, target error, targetComparable bool) bool {
		wrap.go#L69: 				if is(err, target, targetComparable) {